Networking Configuration Examples

Examples of IP network interface configuration are listed below:

Single IP network interface for all applications:

The IP Interfaces table is configured with a single interface for OAMP, Media and Control:

Index

Name

Application Type

Ethernet Device

Interface Mode

IP Address

Prefix Length

Default Gateway

0

myInterface

OAMP + Media + Control

1

IPv4 Manual

192.168.0.2

16

192.168.0.1

Two routes are configured in the Static Routes table for directing traffic for subnet 201.201.0.0/16 to 192.168.11.10, and all traffic for subnet 202.202.0.0/16 to 192.168.11.1:

Index

Destination

Prefix Length

Gateway

0

201.201.0.0

16

192.168.11.10

1

202.202.0.0

16

192.168.11.1

The NTP applications remain with their default application types.

Multiple interfaces, one per application type:

The IP Interfaces table is configured with three interfaces, each for a different application type (one for OAMP, one for Call Control, and one for RTP Media), and each with a different VLAN ID and default gateway:

Index

Name

Application Type

Ethernet Device

Interface Mode

IP Address

Prefix Length

Default Gateway

0

ManagementIF

OAMP

1

IPv4 Manual

192.168.0.2

16

192.168.0.1

1

myControlIF

Control

200

IPv4 Manual

200.200.85.14

24

200.200.85.1

2

myMediaIF

Media

211

IPv4 Manual

211.211.85.14

24

211.211.85.1

A routing rule in the Static Routes table is required to allow remote management from a host in 176.85.49.0/24:

Index

Destination

Prefix Length

Gateway

0

176.85.49.0

24

192.168.11.1

All other parameters are set to their respective default values. The NTP application remains with its default application types.

Multiple interfaces with combined application types:
A single interface for OAMP.
Interfaces for Call Control and Media applications, where two of them are IPv4 interfaces and one is an IPv6 interface.

The IP Interfaces table is configured as follows:

Index

Name

Application Type

Ethernet Device

Interface Mode

IP Address

Prefix Length

Default Gateway

0

Mgmt

OAMP

1

IPv4 Manual

192.168.0.2

16

192.168.0.1

1

MediaCntrl1

Media + Control

201

IPv4 Manual

200.200.85.14

24

200.200.85.1

2

MediaCntrl2

Media + Control

202

IPv4 Manual

200.200.86.14

24

200.200.86.1

3

V6CntrlMedia2

Media + Control

202

IPv6 Manual

2000::1:200:200:86:14

64

::

1. A routing rule in the Static Routes table is required to allow remote management from a host in 176.85.49.0/24:

Index

Destination

Prefix Length

Gateway

0

176.85.49.0

24

192.168.0.10

The NTP application is configured (through the ini file) to serve as OAMP applications:

EnableNTPasOAM = 1

Configure Layer-2 QoS mapping in the QoS Mapping table. Packets sent with the configured DiffServ get the configured VLAN priority:

Index

Differentiated Services

VLAN Priority

0

46

6

1

40

6

2

26

4

3

10

2

Configure Layer-3 QoS in the QoS Settings table:

'Media Premium QoS' - the default DiffServ value is 46
'Control Premium QoS' - the default DiffServ value is 24
'Gold QoS' - the default DiffServ value is 26
'Bronze QoS' - the default DiffServ value is 10
IP Network Interfaces and Multiple Default Gateways:

This example includes a different Default Gateway per IP network interface. The Default Gateway of the OAMP interface is 192.168.0.1 and of the Media and Control is 200.200.85.1. The configuration in the IP Interfaces table is shown below:

Index

Name

Application Type

Ethernet Device

Interface Mode

IP Address

Prefix Length

Default Gateway

0

Mgmt

OAMP

100

IPv4 Manual

192.168.0.2

16

192.168.0.1

1

CntrlMedia

Media & Control

200

IPv4 Manual

200.200.85.14

24

200.200.85.1

Configuring the following static routing rules in the Static Routes table enables OAMP applications to access peers on subnet 17.17.0.0 through the Default Gateway 192.168.10.1 and Media + Control applications to access peers on subnet 171.79.39.0 through Default Gateway 200.200.85.10 (which is not the default gateway of the interface).

Index

Destination

Prefix Length

Ethernet Output Device

Gateway

0

17.17.0.0

16

100

192.168.10.1

1

171.79.39.0

24

200

200.200.85.10